home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  267 b   |  15 lines

  1. on exitFrame
  2.   global loadNext, subPageWait
  3.   startTimer()
  4.   unLoadCast()
  5.   if loadNext = 0 then
  6.     nothing()
  7.   else
  8.     if loadNext = 1 then
  9.       preLoad(label("PAslam") - 1, label("PAslam") + 8)
  10.     end if
  11.   end if
  12.   wait(subPageWait - the timer)
  13.   go(#next)
  14. end
  15.